IHipInputMap.Context

Undocumented in source.
interface IHipInputMap
struct Context {}

Members

Variables

btns
HipGamepadButton[] btns;

Got from "gamepad" properties from input json

keys
char[] keys;

Got from the "keyboard" properties from input json

name
string name;

Got from the object that contains input information

Meta